cboj-loans-prc-api

(0 reviews)

Get Guarantor Details

Description: This endpoint is used to get the guarantor details based on national id, which sends request to temenos sys layer and send response back to Experience layer.

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, client_secret

Optional Headers: x-sub-channel-id, x-user-id, Authorization, x-debug-flag, x-customer-id

Paramaters:

URI Params: {nationalId}

Query Params: NA

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
    "status":
    {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response": {
        "guarantorDetails": [
            {
                "collateralId": "2000951",
                "arrangementId": "",
                "loanAmount": "0",
                "installmentAmount": ""
            },
            {
                "collateralId": "2000976",
                "arrangementId": "",
                "loanAmount": "0",
                "installmentAmount": ""
            }
            ]
    }
}



Reviews